Перевод: с английского на русский

с русского на английский

program stack

См. также в других словарях:

  • Stack buffer overflow — In software, a stack buffer overflow occurs when a program writes to a memory address on the program s call stack outside of the intended data structure; usually a fixed length buffer.cite web last = Fithen first = William L coauthors = Seacord,… …   Wikipedia

  • Stack (data structure) — In computer science, a stack is an abstract data type and data structure based on the principle of Last In First Out (LIFO) . Stacks are used extensively at every level of a modern computer system. For example, a modern PC uses stacks at the… …   Wikipedia

  • Stack overflow — In software, a stack overflow occurs when too much memory is used on the call stack. In many programming languages the call stack contains a limited amount of memory, usually determined at the start of the program. The size of the call stack… …   Wikipedia

  • Stack trace — A stack trace (also called stack backtrace or stack traceback) is a report of the active stack frames instantiated by the execution of a program.Although stack traces may be generated anywhere within a program, they are mostly used to aid… …   Wikipedia

  • Stack-oriented programming language — A stack oriented programming language is one that relies on a stack machine model for passing parameters. Several programming languages fit this description, notably Forth and PostScript, and also many Assembly languages (but on a much lower… …   Wikipedia

  • Stack — Computing*Stack (data structure), a data structure based on Last In, First Out (LIFO) *Call stack of a program, also known as a function stack, execution stack, control stack, or simply the stack *Protocol stack, a particular software… …   Wikipedia

  • Stack-based memory allocation — Stacks in computing architectures are regions of memory where data is added or removed in a Last In First Out manner.In most modern computer systems, each thread has a reserved region of memory referred to as its stack. When a function executes,… …   Wikipedia

  • Stack-Up — Infobox VG| title = Stack Up developer = Nintendo R D1 publisher = Nintendo designer = engine = released = July 26, 1985 ( Japan ) October 18, 1985 ( North America ) genre = Puzzle modes = Single player, multiplayer ratings = platforms = NES… …   Wikipedia

  • Stack register — A stack register is a computer central processor register whose purpose is to keep track of a call stack. On an accumulator based architecture machine, this may be a dedicated register such as SP on an Intel x86 machine. On a general register… …   Wikipedia

  • Program Counter — Der Programmschrittzähler oder auch Befehlszähler (engl. program counter, kurz PC oder instruction pointer, kurz IP) ist ein spezielles Register innerhalb der CPU eines Computers, das je nach Systemarchitektur die Speicheradresse des derzeitigen… …   Deutsch Wikipedia

  • Program counter — Der Programmschrittzähler oder auch Befehlszähler (engl. program counter, kurz PC oder instruction pointer, kurz IP) ist ein spezielles Register innerhalb der CPU eines Computers, das je nach Systemarchitektur die Speicheradresse des derzeitigen… …   Deutsch Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»